On June 4th, the Ethereum Foundation Ecosystem Support Program announced on the social platform that the sol-dbg project was funded and developed by Dimitar Bounov. SOL-DBG is a Solidity debugger developed as a TypeScript library using an experimental interpreter approach that supports any optimized EVM bytecode generated since 0.4.13 version of the Solidity compiler.
6 月 4 日消息,以太坊基金会生态系统支持团队(EF Ecosystem Support Program)在社交平台上表示 sol-dbg 项目获得资助,由 Dimitar Bounov 开发。 sol-dbg 是一个 Solidity 调试器,以 TypeScript 库的形式开发,采用实验性的解释器方法,支持任何自 Solidity 编译器版本 0.4.13 起生成的优化 EVM 字节码。
Georgios Konstantopoulos, chief technology officer of Paradigm, said in a post on the X platform that there are problems with the current state of Solidity, questioning whether it should continue to improve Solidity, move to Vyper, or develop new languages, or even consider a Rust-based RISCV runtime. In response, the co-founder of Sui expressed his curiosity about why the Paradigm CTO's views changed after long-term participation in the Solidity ecosystem and tool development, and said that he ...
Paradigm 首席技术官 Georgios Konstantopoulos 在 X 平台发文表示,Solidity 当前状态存在问题,质疑是否应继续改进 Solidity、转向 Vyper,或开发新的语言,甚至考虑基于 Rust 的 RISCV 运行时。 对此,Sui 联合创始人回应表示,好奇 Paradigm CTO 在长期参与 Solidity 生态与工具开发后,观点为何发生转变,并表示自己自 2018 年以来就认为 Solidity 与 EVM 存在问题,但近期并未看到改变观点的新事...
Vlayer, a crypto startup developing Solidity 2.0, completed a $10 million pre-seed round, with participation from a16z Crypto Startup Accelerator (CSX), Credo Ventures, and BlockTower Capital. According to the introduction, Vlayer is a crypto startup that develops verifiable data infrastructure, called Solidity 2.0. Its goal is to enable developers to verify and integrate real-world data in Ethereum smart contracts.
开发 Solidity 2.0 的加密初创公司 Vlayer 完成 1000 万美元 pre-seed 轮融资,a16z Crypto Startup Accelerator (CSX)、Credo Ventures、BlockTower Capital 等参投。 据介绍,Vlayer 是一家开发可验证数据基础设施的加密初创公司,称其为Solidity 2.0。其目标是使开发者能够在以太坊智能合约中验证和集成现实世界的数据。
On September 5th, the Ethereum programming language Solidity launched 0.8.22 version of the Solidity compiler. The latest version of the compiler will support custom errors required by traditional pipelines, optimize the cache of IR, speed up compilation through IR, and fix multiple bugs.
Arbitrum's official post on the X platform said that the Stylus contract and the Solidity contract are fully interoperable, which means developers can mix and match contracts in the protocol. This means more options, more optimization and more powerful development capabilities. Previously, it was reported that the Stylus Season was scheduled to be launched on the mainnet on September 3.
Bankless wrote on X that Ethereum and Solidity have been included in the high school education program in Buenos Aires, Argentina, and the first course will start on August 27. In addition, the teams are implementing an online course designed to train 500 students aged 18 and above. This course will provide young people with the skills they need to develop DApps to further integrate blockchain into the local economy. To ensure the success of this initiative, it will also introduce a blended trai...
Bankless tweeted that Ethereum and Solidity have been included in the high school education program in Buenos Aires, Argentina, with the first class starting on August 27. The program, organized by the ETHKipu Foundation in partnership with the Ministry of Education of the City of Buenos Aires, aims to train the next generation of tech economic talents.
Contract auditor Pashov posted on the X platform that the 0.8.26 version of the Solidity compiler has been released, and the biggest new language feature is the "require (bool, CustomError ()) " syntax. Everyone wants this syntax, it is now released and ready, but with a caveat, it is only available when using the "via-ir" pipeline.